Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PMM-13057 New telemetry endpoint. #3230

Open
wants to merge 19 commits into
base: v3
Choose a base branch
from
Open

Conversation

JiriCtvrtka
Copy link
Contributor

@JiriCtvrtka JiriCtvrtka commented Oct 9, 2024

PMM-13057

Link to the Feature Build: Percona-Lab/pmm-submodules#3736

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

Attention: Patch coverage is 55.76923% with 23 lines in your changes missing coverage. Please review.

Project coverage is 43.46%. Comparing base (7d2c4fd) to head (15d411f).

Files with missing lines Patch % Lines
managed/services/telemetry/uievents/uievents.go 0.00% 9 Missing ⚠️
.../services/telemetry/datasource_victoria_metrics.go 0.00% 4 Missing ⚠️
managed/services/telemetry/datasources.go 0.00% 3 Missing ⚠️
managed/services/telemetry/telemetry.go 91.30% 2 Missing ⚠️
managed/utils/platform/client.go 0.00% 2 Missing ⚠️
.../services/telemetry/datasource_grafanadb_select.go 0.00% 1 Missing ⚠️
...aged/services/telemetry/datasource_pmmdb_select.go 0.00% 1 Missing ⚠️
...aged/services/telemetry/datasource_qandb_select.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v3    #3230      +/-   ##
==========================================
+ Coverage   43.41%   43.46%   +0.04%     
==========================================
  Files         360      360              
  Lines       43979    43976       -3     
==========================================
+ Hits        19093    19113      +20     
+ Misses      23224    23203      -21     
+ Partials     1662     1660       -2     
Flag Coverage Δ
admin 11.45% <ø> (ø)
agent 51.93% <ø> (+0.12%) ⬆️
managed 45.18% <55.76%> (+0.02%) ⬆️
vmproxy 68.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JiriCtvrtka JiriCtvrtka marked this pull request as ready for review October 22, 2024 09:26
@JiriCtvrtka JiriCtvrtka requested review from a team and idoqo as code owners October 22, 2024 09:26
@JiriCtvrtka JiriCtvrtka requested review from ademidoff and BupycHuk and removed request for a team October 22, 2024 09:27
@@ -20,7 +20,7 @@ import (
"context"
"os"

pmmv1 "github.com/percona-platform/saas/gen/telemetry/events/pmm"
genericv1 "github.com/percona/saas/gen/telemetry/generic"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would call it telemetryv1, since generic doesn't tell much when you see it in the code.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both (genericv1 and reporter) renamed to telemetryv1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants